html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0
}

fieldset,
img {
	border: 0;
}

img {
	display: block;
	border-width: 0px;
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var,
i,
b {
	font-style: normal;
	font-weight: normal;
}

ul,
ol {
	list-style: none
}

textarea {
	/*resize: none*/
}

table {
	border-collapse: collapse
}

select,
input {
	vertical-align: middle
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
	outline: none
}

input {
	border: 0;
	padding: 0;
}

body {
	font: 12px/1.5 "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
}

body {
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	text-decoration: none;
}


/*内容开始*/

.center {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	display: block;
	float: left;
	margin: 15px 0;
}

.header {
	overflow: hidden;
	position: relative;
}

.header form {
	position: relative;
	float: right;
}

.top-ul li {
	float: left;
	text-align: center;
	height: 84px;
	line-height: 88px;
	padding: 0 31px;
}

.top-ul li a {
	font-size: 16px;
	color: #333333;
}

.top-ul .dw {
	background-color: #17458f;
}

.top-ul .dw a {
	color: #fff;
}

.top-ul {
	margin-left: 70px;
	overflow: hidden;
	float: left;
}

#contentKey {
	border: 1px solid #ccc;
	width: 210px;
	height: 30px;
	margin-top: 25px;
	float: right;
	text-indent: 3em;
}

.echar {
	width: 50px;
	height: 30px;
	background-color: #17458f;
	position: absolute;
	right: 0;
	top: 26px;
	border: 1px solid #cccccc;
	/* background: url(../img/echar.jpg) no-repeat 50%; */
	cursor: pointer;
}

.top-ul li {
	position: relative;
}

.top-ul li .cx-s {
	position: absolute;
	z-index: 99;
	left: 0;
	background-color: #000;
	width: 100%;
	display: none;
	opacity: .8;
	
}

.top-ul li .cx-s a {
	color: #fff;
	font-size: 14px;
	width: 100%;
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 2px 0;
}

.header form span {
	position: absolute;
	top: 30px;
	right: 10px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.header i {
	width: 16px;
	height: 16px;
	display: block;
	background: url(http://114.215.43.115/statics/img/cz.png) no-repeat 50%;
	position: absolute;
	top: 34px;
	left: 10px;
	cursor: pointer;
}


/* banner */

.banner {
	width: 100%;
	overflow: hidden;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
/* 官方公告 */
.nav_jsxw {
	width: 100%;
	background: #F3F3F3;
	margin: 35px auto;
	overflow: hidden;
}
.jsxwleft {
	float: left;
	font-size: 18px;
	color: #fff;
	width: 120px;
	text-align: left;
	box-sizing: border-box;
	background-color: #17458f;
	height: 40px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.jsxwright {
	float: right;
	font-size: 14px;
	width: 1075px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	background: #f3f3f3;
	overflow: hidden;
}
.jsxwright .move {
	width: 7560px;
	animation: move 100s linear infinite;
}
.jsxwright a {
	position: relative;
	font-size: 16px;
	color: #666;
}
.jsxwright a i{
	font-size: 16px;
	padding-right: 5px;
	font-weight: bold;
}
@keyframes move {
  100% {
    transform: translateX(-50%);
  }
}
/* 本例子css */

.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.picScroll-left .hd {
	position: absolute;
	width: 100%;
	/* top: 50%; */
	bottom: 0px;
	/* margin-top: -27px; */
	left: 0;
	/* height: 1px; */
	z-index: 200;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: block;
	width: 40px;
	height: 70px;
	cursor: pointer;
}

.picScroll-left .hd .prev {
	background: url(images/arrow_r.png) no-repeat;
	float: left;
}

.picScroll-left .hd .next {
	background: url(images/arrow_r.png) no-repeat;
	float: right;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
	width: 100%;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 100%;
	display: block;
}

.picScroll-left .bd ul li .title {
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 10px;
	z-index: 100;
	font-size: 16px;
}

.picScroll-left .bd ul li .title a {
	color: #fff;
}

.picScroll-left .bd ul li i {
	height: 40px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: -99999em;
}

.picScroll-left .hd li {
	width: 80px;
	height: 6px;
	background-color: #ffffff;
	float: left;
	margin-right: 15px;
	color: transparent;
	cursor: pointer;
}

.picScroll-left .hd .on {
	background-color: #17458f;
}

.picScroll-left .hd ul {
	position: relative;
	left: 50%;
	overflow: hidden;
	margin-left: -242px;
	margin-top: 50px;
	top: -25px;
}

.bt-st {
	width: 334px;
	height: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 35px;
}

.col-zx .bt-st {
	background: url(http://114.215.43.115/statics/img/col-zx.png) no-repeat 50%;
}

.zx-left {
	width: 640px;
	height: 360px;
	float: left;
}


/* 中心轮播 */

.picScroll-left2 {
	width: 640px;
	overflow: hidden;
	position: relative;
}

.picScroll-left2 .hd {
	display: table; /*重点就是这个属性,这个样式会告知浏览器当前元素的宽度,采用最小的宽度.不是默认全宽*/
	margin: 0 auto; 
	position: relative;
	top: 360px;
	z-index: 9;
}

.picScroll-left2 .hd .prev,
.picScroll-left2 .hd .next {
	display: block;
	width: 40px;
	height: 70px;
	cursor: pointer;
}

.picScroll-left2 .hd .prev {
	background: url(images/arrow_r.png) no-repeat;
	float: left;
}

.picScroll-left2 .hd .next {
	background: url(images/arrow_r.png) no-repeat;
	float: right;
}

.picScroll-left2 .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left2 .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.picScroll-left2 .bd ul li .pic {
	text-align: center;
}

.picScroll-left2 .bd ul li .pic img {
	width: 640px;
	height: 360px;
	display: block;
}

.picScroll-left2 .bd ul li .title {
	line-height: 40px;
	position: absolute;
	bottom: 30px;
	left:50%;
	padding: 0 10px;
	z-index: 100;
	font-size: 24px;
	transform: translateX(-50%);
	width: 100%;
}

.picScroll-left2 .bd ul li .title a {
	color: #fff;
}

.picScroll-left2 .bd ul li i {
	height: 90px;
	width: 100%;
	background: url(../img/xlb_i.png);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: -99999em;
}

.picScroll-left2 .hd li {
	width: 60px;
	height: 3px;
	display: inline-block;
	background-color: #fff;
	color: #000000;
	margin-right: 10px;
	color: transparent;
	cursor: pointer;
	text-indent: 999em;
}

.picScroll-left2 .hd .on {
	background-color:#17458f;
}


/* 右列 */

.zx-right {
	width: 530px;
	height: 400px;
	float: right;
}
.nav_btops{
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	border-bottom: 2px solid #cccccc;
}
.nav_btops:after{
	content: "";
	position: absolute;
	left: 0;
	top:12px;
	width: 5px;
	height: 30px;
	background: url(../img/btops_i.png) no-repeat;
}
.nav_btops h1{
	font-family: MicrosoftYaHei;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	font-weight: 400;
	float: left;
	padding-left: 14px;
}
.nav_btops span{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	float: right;
}
.nav_zx_bts{
	padding:0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}
.nav_zx_bts h1{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #17458f;
	line-height: 42px;
	margin: 5px 0;
	overflow: hidden;  
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nav_zx_bts p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #666666;
}
.nav_zx_bts p span{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #e70415;
}
.zx-right ul{
	margin-top: 5px;
}
.zx-right ul li{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	position: relative;
	overflow: hidden;  
	text-overflow:ellipsis;
	white-space: nowrap;
}
.zx-right ul li a{
	color: #333333;
	padding-left: 10px;
}
.zx-right ul li::after{
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background-color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	left: 0;
	top: -14px;
}

.zx-lf {
	float: left;
	padding-right: 20px;
}

.zx-rig {
	float: left;
	border-left: 1px solid #ccc;
	padding-left: 24px;
	width: 450px;
	margin-top: 20px;
}

.zx-rig h1 {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	line-height: 24px;
	overflow: hidden;  
		text-overflow:ellipsis;
		white-space: nowrap;
}

.zx-rig p {
	text-indent: 2em;
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
	line-height: 24px;
}

.zx-rig p i {
	color: #333;
	
}

.zx-rig p a {
	color: #17458f;
}
/* 党建领航 */
.nav_box_c1{
	width: 100%;
	height: 560px;
	margin: 20px 0;
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #f6f6f6;
}
.nav_col_c1{
	width: 380px;
	float: left;
	margin-right: 30px;
}
.nav_col_c1 .col-let {
	width: 100%;
	position: relative;
}
.nav_col_c1 .col-let img {
	width: 380px;
	height: 220px;
}
.nav_col_c1 .col-let  img:hover {
	transform: scale(1.08);
	transition: all 0.5s;
}
.nav_col_c1 .col-let .pic{
	width: 380px;
	height: 220px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.nav_col_c1 .col-let .title {
	line-height: 35px;
	z-index: 100;
	font-size: 18px;
	margin-top: -40px;
	text-align: center;
	position: relative;
	overflow: hidden;  
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nav_col_c1 .col-let a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.nav_col_c1  .col-let i {
	height: 44px;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: -99999em;
}
.ul {
  width: 100%;
  height: auto;
  margin: 10px 0;
  box-sizing: border-box;
}
.ul li {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ul li a {
  line-height: 32px;
  color: #333 !important;
  font-size: 16px;
  padding-left: 15px;
}
.ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #666;
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.jsxwright .move:hover {
	animation-play-state: paused;
}
/* 广告位 */
.btn_ggw {
	margin: 20px 0;
	overflow: hidden;
}
.btn_ggw img{
	width: 390px;
	height: 220px;
}
.btn_ggw a{
	float: left;margin-right:10px;
}

.nav_sqwy{
	overflow: hidden;
}
/* 黑块2 */
.nav_jzaz{
	width: 100%;
	height: 310px;
	background-color: #f6f6f6;
	overflow: hidden;
	padding: 30px 0;
	box-sizing: border-box;
}
/* 业务板块 */
.nav_ywkzbt{
	width: 100%;
	height: 800px;
	padding: 45px 0;
	box-sizing: border-box; 
	background: url(../img/ywkzbt_i.jpg) bottom no-repeat;
	background-size: contain;
	background-color: #fafafa;
}
.nav_ywbk_top{
	width: 720px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	margin: 0 auto;
	text-align: center;
}
.nav_ywbk_top p{
	padding-top: 10px;
	color: #999999;
}
/* 合作 */

.col-hz a {
	display: block;
	height: 158px;
	background: url(http://114.215.43.115/statics/img/col-hz.jpg) no-repeat 50%;
}

.foter {
	background-color: #3c3c49;
}

.foter ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.foter ul li:nth-of-type(1) a {
	font-size: 16px;
	line-height: 36px;
}

.foter ul {
	margin-top: 40px;
    float: left;
    /* width: 240px; */
    margin-left: 128px;
}

.d-fe {
	overflow: hidden;
	border-bottom: 1px solid #5a5a66;
	padding-bottom: 30px;
}

.d-ef {
	height: 78px;
	line-height: 78px;
	text-align: center;
	font-size: 14px;
}

.d-ef a {
	color: #fff;
}


/*创元物业*/

.hai-banner {
	height: 600px;
	width: 100%;
}

.hai-banner img {
	width: 100%;
	height: 100%;
}

.x-header {
	height: 85px;
	background-color: #fff;
	position: relative;
	top: -40px;
	z-index: 22;
	overflow: hidden;
	-moz-box-shadow: 0px 1px 10px #333333;
	-webkit-box-shadow: 0px 1px 10px #333333;
	box-shadow: 0px 1px 10px #333333;
}

.x-header ul li a {
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

.x-header ul li {
	width: 200px;
	text-align: center;
	display: inline-block;
}

.x-header ul {
	overflow: hidden;
	line-height: 85px;
	width: 100%;
	text-align: center;
}

.x-header ul .on a {
	color: #17458f;
}

.zz-jg {
	margin-top: 120px;
	margin-bottom: 85px;
}

.zz-jg img {
	margin-top: 120px;
}

.com-z {
	display: none;
}


/*社区物业*/

.sq-wuye {
	text-align: center;
	margin: 0 auto;
}

.bt-top {
	width: 100%;
}

.bt-top img {
	margin: 0 auto;
}

.sq-wuye a {
	text-align: center;
	color: #fff;
}

.wuye-ul li {
	width: 580px;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.wuye-ul li .pic img {
	width: 580px;
    height: 330px;
}

.wuye-ul li:nth-of-type(1) {
	float: left;
}

.wuye-ul li:nth-of-type(2) {
	float: right;
}

.col-sx {
	overflow: hidden;
}

.wuye-ul li .title {
	line-height: 60px;
	position: relative;
	/* bottom: 0; */
	/* left: 0; */
	margin-top: -60px;
	padding: 0 10px;
	z-index: 100;
	font-size: 16px;
}

.wuye-ul li i {
	height: 60px;
	background: #000;
	opacity: .8;
	filter: alpha(opacity=50);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: -99999em;
}

.sq-wuye ul {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 80px;
}

.gs-lie li {
	height: 172px;
	border-bottom: 1px dashed #ccc;
	padding-top: 40px;
}

.gs-tb {
	width: 80px;
	height: 80px;
	background-color: #17458f;
	text-align: center;
	color: #fff;
	float: left;
}

.gs-tb h3 {
	font-size: 16px;
	font-weight: 500;
	margin-top: -10px;
}

.gs-tb h2 {
	font-size: 40px;
}

.gs-rig {
	float: right;
	width: 1075px;
}

.gs-rig h1 {
	font-size: 24px;
	color: #333333;
	font-weight: 500;
	line-height: 40px;
}

.gs-rig span {
	font-size: 14px;
	color: #999999;
	
	margin-right: 20px;
}

.gs-rig p {
	font-size: 14px;
	color: #333;
	text-align: left;
	
}

.gs-tu {
	width: 230px;
	height: 140px;
	float: left;
	margin-right: 10px;
}

.gs-tu img {
	width: 100%;
	height: 100%;
}
/*跳页*/
.ye {
    margin: 0 auto;
    text-align: center;
}
.ye button {
    border: none;
    background-color: transparent;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #555555;
    padding: 5px 10px;
    margin-bottom: 50px;
    cursor: pointer;
    outline: none;
}
.z-se {
    background-color: #22a258 !important;
    color: #fff !important;
}
.left-oe{
	color: #000000;
	font-size: 14px;
}
.left-oe a{
	color: #000000;
	font-size: 14px;
}
.box-txt{
	text-align: center;
	/*min-height: 760px;*/
	padding-bottom: 50px;
}
.txt-top h1{
	color: #333333;
	font-size: 30px;
	font-weight: 500;
	margin-top: 20px;
}
.txt-top span{
	color: #999999;
	font-size: 16px;
	margin-right: 20px;
	line-height: 40px;
}
.txt-bottom{
	line-height: 32px;
	color: #333333;
	font-size: 18px;
	text-align: left;
	text-indent: 2em;
}
.yw-box p{
	color: #333333;
	font-size: 18px;
	line-height: 36px;
	text-align: justify;
	margin: 40px auto;
}
.yw-box{
	padding: 0 140px;
	margin: 0 auto;
	text-align: center;
}
.xwzx-sp ul li{
	width: 380px;
	background-color: #f3f3f3;
	position: relative;
	float: left;
	margin-right: 30px;
	margin-bottom: 26px;
}
.xwzx-sp ul{
	    margin-right: -30px;
}
.xwzx-sp li .pic{
	height: 250px;
}
.xwzx-sp li .pic img{
	width: 100%;
	height: 100%;
}
.bf{
	position: absolute;
	width: 58px;
	height: 58px;
	background: url(../img/bf.png) no-repeat 50%;
	top: 42%;
	left: 50%;
	margin-left: -29px;
}
.xwzx-sp li h1{
	font-size: 18px;
	color: #000000;
	text-align: left;
	line-height: 36px;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 5px;
}
.xwzx-sp li span{
	font-size: 18px;
	color: #060001;
	float: right;
	line-height: 36px;
	padding: 0 20px;
}

.pagebox{height: 30px;text-align: center;}
.pagebox a{display: inline-block;height: 24px;border: 1px solid #dcdcdc;text-align: center;line-height: 24px;margin: 0 4px;padding:0 4px;}
.pagebox a.i{width: 30px;}
.pagebox a.on{background-color: #000f4a;border-color: #000f4a;color: #fff;}


.suNav {
    height: 50px;
}
.innavbg {
    width: 100%;
    height: 50px;
    background:#17458f;
    position: absolute;
    top: 80px;
    left: 0;
	display: none;
    z-index: 50;
}
.w1200 {
    margin: 0 auto;
    width: 1200px;
}
.innav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 1000px;
}
.innav dd {
    line-height: 50px;
    float: left;
    margin: 0 16px;
}
.innav dd a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}
.sN1 {
    left: 660px;
}
.sN2 {
    left: 788px;
}
.sN3{
    left: 928px;
}
.sN4{
    left: 1040px;
}
.suNav .sNav>div {
    position: absolute;
    top: 0;
    display: none;
    z-index: 60;
}

/* 年 */
.hr i.hs-point {
    left: -32px;
}
i.hs-point {
    display: block;
    width:40px;
    height:40px;
    background: url(../img/i_yg.png) no-repeat;
    position: absolute;
    top: 23px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.hr .historycont {
    padding-left: 50px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.h1 .historycont {
    padding-left: 50px;
	padding-bottom: 30px;
	
}
.historybox {
    width: 1200px;
    margin: 0 auto;
    background: url(http://www.sdcywuye.com/img/hbox-bg.png) repeat-y center center;
    overflow: hidden;
	margin-top: 50px;
	height: 837px;
}
 .historybox li {
    width: 435px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
	padding-top: 25px;
	margin-left: 125px;
	padding-right: 42px;
	cursor: pointer;
}
.ax_1{
	    display: inline-block;
		text-align: center;
}
.historycont h4{
	color: #17458f;
	font-size: 24px;
	text-align: right;
}
.historycont p{
	text-align: justify;
	color: #333333;
	font-size: 14px;
}
.historybox .hr {
    float: left;
	margin-left: 600px;
}
.historybox li:hover p{
	color: #e61f18;
}
.historybox li:hover h4{
	color: #e61f18;
}
.historybox li:hover i{
	    background: url(../img/s_yg.png) no-repeat;
}
.historybox li {
    width: 432px;
    position: relative;
    margin-bottom: 15px;
}
.hr .historycont {
    padding-left: 50px;
}
.hr i.hs-point {
    left: -20px;
}
.historybox .hs {
    float: left;
    text-align: right;
}

.hl .historycont {
    padding-right: 55px;
}
.hl i.hs-point {
    right: -32px;
}
i.hs-point {
       display: block;
       width: 40px;
       height: 40px;
       background: url(../img/i_yg.png) no-repeat;
       position: absolute;
       top: 0;
       right: -22px;
}
.historybox  .hr{
	width: 560px;
}
.historybox  .hr h4{
	width: 432px;
	text-align: left;
}
.historybox  .hr p{
	width: 432px;
}
.hs:nth-of-type(1){
	margin-top: 100px;
}
.hr{
	
}
.hs{
	margin-bottom: 100px;
}

.ax_2 {
    display: inline-block;
    text-align: center;
}
.txt-bottom img{
	margin: 0 auto;
}
.tps_right{
	width: 570px;
	height: 320px;
	float:right;
	padding:40px 35px;
	box-sizing: border-box;
	background-color: #f7f7f7;
}
.tps_right h1{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #17458f;
	margin-bottom:20px;
}
.tps_right p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 2em;
}
.top_i{
	width:100%;
	height: 36px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.top_i i{
float:left;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
line-height: 36px;
letter-spacing: 0px;
color: #333333;
}
.top_i ul{
float:right;
    margin-top: 4px;
}
.top_i ul li{
	float:left;
	padding:5px 10px;
	margin-right:10px;
}
.top_i ul li a{
	color: #ffffff;
}
.top_i ul li:nth-child(1){
	background-color: #17458f;
	border-radius: 2px;
}
.top_i ul li:nth-child(2){
	background-color: #e61f18;
	border-radius: 2px;
}